Meta description:

When performing an action that deals Blunt damage, the character may spend 4 SP to apply a Breaking Point to the affected target for a duration of 5 seconds. If the target already has one or more Breaking Points at the time this Talent is used, all existing Breaking Points on that target are immediately consumed. For each Breaking Point consumed in this way, the action deals 1 additional Blunt damage die.Consumed Breaking Points are removed after the damage is applied.

  • Name:

    mHtGI

  • Displayed name:

    Hammer the Gap I

  • Description:

    When performing an action that deals Blunt damage, the character may spend 4 SP to apply a Breaking Point to the affected target for a duration of 5 seconds. If the target already has one or more Breaking Points at the time this Talent is used, all existing Breaking Points on that target are immediately consumed. For each Breaking Point consumed in this way, the action deals 1 additional Blunt damage die.Consumed Breaking Points are removed after the damage is applied.

  • Cost:

    expCost(200,200)-0

  • Script:

  • Duration:

    -1

  • Type:

    0

  • Recurrent script:

  • Add ons:

    • Condition:

      bluntDamage

    • Description:

    • Variables:

      vHtGDuration.add(5) vHtGCost.add(4) vHtGPoint.add(1)

    • Script:

    • Action effects:

      • Use case:

        3*vUseHtG

      • Name:

        Hammer the Gap

      • Description:

        If the target has Breaking Points, consume them to deal +1 Blunt damage die per point. You can vHtGCost SP to apply vHtGPoint Breaking Point for vHtGDuration seconds.

      • Script:

        sHtG.create.temporary(HtG points) sHtG.current.set_(vHtGPoint) mHtG.create.effects(Hammer the gap points) mHtG.description.set(The creature has an opening in its defense. When a Breaking Point is exploited, the opening is struck directly, causing additional Blunt damage.) mHtG.activate() mHtG.undoScript.add( sHtG.delete() ) mHtG.duration.set(vHtGDuration)

      • Variables:

        vUseHtG.choice(HtG,[Not apply,Apply],[0,1])

  • Upgrades: